17 lines
174 B
Makefile
17 lines
174 B
Makefile
#
|
|
# common Makefile
|
|
#
|
|
|
|
|
|
|
|
C_SOURCES += \
|
|
$(srctree)/Common/printf.c \
|
|
$(srctree)/Common/syslog.c
|
|
|
|
C_INCLUDES += -I$(srctree)/Common
|
|
|
|
|
|
CFLAGS +=
|
|
CXXFLAGS +=
|
|
LDFLAGS +=
|