From 18586610b1345f2e2e2b914ab808612818eea4db Mon Sep 17 00:00:00 2001 From: Thomas Nikolajsen Date: Sat, 14 Feb 2009 00:25:59 +0100 Subject: [PATCH] ficl: unbreak testmain build --- sys/boot/ficl/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile index f1c4034545a8..c6153e5d6c59 100644 --- a/sys/boot/ficl/Makefile +++ b/sys/boot/ficl/Makefile @@ -25,6 +25,10 @@ CFLAGS+= -DHAVE_PNP CFLAGS+= -DTESTMAIN -D_TESTMAIN SRCS+= testmain.c PROG= testmain +OBJS+= rel_open.o + +rel_open.o: ../common/rel_open.c + .include .else OBJS+= stack_protector.o