diff options
Diffstat (limited to 'com32/sysdump/Makefile')
| -rw-r--r-- | com32/sysdump/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/com32/sysdump/Makefile b/com32/sysdump/Makefile index bffee3a2..3de8a5b8 100644 --- a/com32/sysdump/Makefile +++ b/com32/sysdump/Makefile @@ -19,9 +19,11 @@ topdir = ../.. include ../MCONFIG -include $(topdir)/version.mk -LIBS = ../libutil/libutil_com.a ../lib/libcom32.a $(LIBGCC) +LIBS = ../libutil/libutil_com.a ../lib/libcom32.a ../libupload/libcom32upload.a $(LIBGCC) LNXLIBS = ../libutil/libutil_lnx.a +CFLAGS += -I$(com32) -I$(topdir) + MODULES = sysdump.c32 TESTFILES = |
