summaryrefslogtreecommitdiffstats
path: root/board/goldelico/beagle-expander/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/goldelico/beagle-expander/Makefile')
-rw-r--r--board/goldelico/beagle-expander/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/goldelico/beagle-expander/Makefile b/board/goldelico/beagle-expander/Makefile
index 6bdedcd..f75a580 100644
--- a/board/goldelico/beagle-expander/Makefile
+++ b/board/goldelico/beagle-expander/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).o
-COBJS := beagleexpander.o COM37H3M05DTC.o trf7960.o ../gta04/backlight.o ../gta04/status.o ../gta04/tsc2007.o ../gta04/dssfb.o ../gta04/gps.o ../gta04/shutdown.o ../gta04/systest.o ../gta04/commands.o
+COBJS := beagleexpander.o ../gta04b2/COM37H3M05DTC.o ../gta04b2/trf7960.o ../gta04/backlight.o ../gta04/status.o ../gta04/tsc2007.o ../gta04/dssfb.o ../gta04/gps.o ../gta04/shutdown.o ../gta04/systest.o ../gta04/commands.o
SRCS := $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))