stuff
This commit is contained in:
9
Makefile
9
Makefile
@ -1,11 +1,12 @@
|
||||
DATA = $(word 1,$(wildcard ./data ../data))
|
||||
DATA := $(word 1,$(wildcard ./data ../data))
|
||||
EXTRA_DEPS := $(wildcard $(DATA)/*.h $(DATA)/*/*.h)
|
||||
override CFLAGS += -I$(DATA)
|
||||
include $(DATA)/Makefile.common
|
||||
|
||||
BINS := $(OUTDIR)/check_sanity $(OUTDIR)/make_kernel_patchfile $(OUTDIR)/apply_patchfile $(OUTDIR)/dump $(OUTDIR)/nm $(OUTDIR)/extract_syms $(OUTDIR)/unpack sandboxc-armv6.c sandboxc-armv7.c
|
||||
ifneq "$(GXX)" ""
|
||||
BINS += $(OUTDIR)/grapher
|
||||
endif
|
||||
#ifneq "$(GXX)" ""
|
||||
#BINS += $(OUTDIR)/grapher
|
||||
#endif
|
||||
|
||||
all: .data $(OUTDIR) $(BINS)
|
||||
|
||||
|
Reference in New Issue
Block a user