X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2FMakefile.cfg;h=bc33f90552b9c56f94e1ba4b3a6b8a1904981b84;hb=45f9a29e481ce9ea7ca7121541f0e0f90147f5b1;hp=fd8bc45121d0961d89ed9bd1fac075d0d770341b;hpb=4f6ab5fa31fb60ddd8085783c8d21a48cab4c674;p=tpg%2Facess2.git diff --git a/Usermode/Applications/Makefile.cfg b/Usermode/Applications/Makefile.cfg index fd8bc451..bc33f905 100644 --- a/Usermode/Applications/Makefile.cfg +++ b/Usermode/Applications/Makefile.cfg @@ -3,12 +3,13 @@ -include ../../../Makefile.cfg # satisfying 2 deep applications -if $(ACESSDIR) == "" then +ifeq ($(ACESSDIR),) -include ../../../../Makefile.cfg -#endif +endif ACESSUSERDIR := $(ACESSDIR)/Usermode ASFLAGS = -felf CPPFLAGS = -I$(ACESSUSERDIR)/include/ CFLAGS = -fno-stack-protector $(CPPFLAGS) LDFLAGS = -T $(ACESSUSERDIR)/Libraries/acess.ld -L $(ACESSUSERDIR)/Libraries -I /Acess/Libs/ld-acess.so -lc +DIR = Bin