summaryrefslogtreecommitdiff
path: root/board/netstal/hcu4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/netstal/hcu4/Makefile')
-rw-r--r--board/netstal/hcu4/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/netstal/hcu4/Makefile b/board/netstal/hcu4/Makefile
index af90821faa..c0d719fad6 100644
--- a/board/netstal/hcu4/Makefile
+++ b/board/netstal/hcu4/Makefile
@@ -22,10 +22,12 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
+vpath fixed_sdram.c ../common
vpath hcu_flash.c ../common
+vpath nm_bsp.c ../common
# NOBJS : Netstal common objects
-NOBJS = hcu_flash.o
+NOBJS = fixed_sdram.o hcu_flash.o nm_bsp.o
COBJS = $(BOARD).o
SOBJS =