From 7232940fd5e0821e44905ab9e9dd3f9e90ea6d62 Mon Sep 17 00:00:00 2001 From: Heikki Hannikainen Date: Wed, 7 Aug 2002 11:45:42 +0000 Subject: fix compiling (battery_level again) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1591 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/win32/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'uisimulator') diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile index 4cdcef345e..24ca458fce 100644 --- a/uisimulator/win32/Makefile +++ b/uisimulator/win32/Makefile @@ -60,7 +60,7 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall APPCFLAGS = $(DEBUG) $(DEFINES) $(APPINCLUDES) -W -Wall FIRMSRCS = chartables.c lcd.c power.c sprintf.c id3.c backlight.c usb.c \ - mpeg.c + mpeg.c powermgmt.c APPS = main.c tree.c menu.c credits.c main_menu.c\ playlist.c showtext.c wps.c settings.c status.c @@ -161,6 +161,9 @@ $(OBJDIR)/chartables.o: $(FIRMWAREDIR)/chartables.c $(OBJDIR)/usb.o: $(FIRMWAREDIR)/usb.c $(CC) $(APPCFLAGS) -c $< -o $@ +$(OBJDIR)/powermgmt.o: $(FIRMWAREDIR)/powermgmt.c + $(CC) $(APPCFLAGS) -c $< -o $@ + $(OBJDIR)/settings.o: $(APPDIR)/settings.c $(CC) $(APPCFLAGS) -c $< -o $@ -- cgit v1.2.3