2010-08-18 21:49:24 +08:00
|
|
|
PEDANTIC = -ansi -pedantic -std=c99
|
|
|
|
|
|
|
|
#
|
|
|
|
# Ugly hack to find kernel directories before/after the split
|
|
|
|
# to kernel/user-space.
|
|
|
|
#
|
|
|
|
# These variables should be passed to us. But until then...
|
|
|
|
#
|
|
|
|
DAHDI_TOOLSDIR ?= ..
|
|
|
|
DAHDI_KERNELDIR =
|
|
|
|
|
|
|
|
-include $(DAHDI_TOOLSDIR)/makeopts
|
|
|
|
|
|
|
|
# Variables that should be defined above, but need sane defaults:
|
|
|
|
# FIXME: Are those values really sane?
|
|
|
|
HOSTCC ?= $(CC)
|
|
|
|
|
2015-05-18 23:25:03 +08:00
|
|
|
all:
|
2010-08-18 21:49:24 +08:00
|
|
|
|
|
|
|
install: all
|
|
|
|
|
|
|
|
clean:
|