mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 05:32:21 +00:00
15 lines
216 B
Makefile
15 lines
216 B
Makefile
# $Id$
|
|
|
|
PATH_TO_TOP = ../../..
|
|
|
|
TARGET_TYPE = driver
|
|
|
|
TARGET_NAME = serial
|
|
|
|
TARGET_OBJECTS = serial.o
|
|
|
|
TARGET_CFLAGS = -Wall -Werror -D__USE_W32API
|
|
|
|
include $(PATH_TO_TOP)/rules.mak
|
|
|
|
include $(TOOLS_PATH)/helper.mk
|