From 17202942967982adb3679bad68ea93538ba0d867 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Fri, 18 Mar 2011 21:49:38 +0100 Subject: hdt: Adding preliminary dump support This commit add the basics for doing a dump command. --- com32/hdt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'com32/hdt/Makefile') diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile index 40ea3ac4..66dd6ede 100644 --- a/com32/hdt/Makefile +++ b/com32/hdt/Makefile @@ -19,8 +19,8 @@ topdir = ../.. include ../MCONFIG LIBS = ../cmenu/libmenu/libmenu.a ../libutil/libutil_com.a \ - ../lib/libcom32.a $(LIBGCC) -CFLAGS += -I$(com32)/cmenu/libmenu + ../lib/libcom32.a ../libupload/libcom32upload.a $(LIBGCC) +CFLAGS += -I$(com32)/cmenu/libmenu -I$(com32) MODULES = hdt.c32 TESTFILES = -- cgit v1.2.1