4cc7df1089
Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
23 lines
416 B
Makefile
23 lines
416 B
Makefile
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)
|
|
|
|
all:
|
|
|
|
install: all
|
|
|
|
clean:
|