From b3db79e9965cb290615a02b324648bc64f805660 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 21 Apr 2011 18:48:50 +0200 Subject: Use coreboot build system for libpayload, too. This change makes building coreboot related projects more unified. Change-Id: I0f1181e2fffde1e03675523f7dc9eef3119052c3 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/71 Tested-by: build bot (Jenkins) Reviewed-by: Uwe Hermann --- payloads/libpayload/curses/Makefile.inc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'payloads/libpayload/curses/Makefile.inc') diff --git a/payloads/libpayload/curses/Makefile.inc b/payloads/libpayload/curses/Makefile.inc index 7d5597ceeb..44e3ab7eb7 100644 --- a/payloads/libpayload/curses/Makefile.inc +++ b/payloads/libpayload/curses/Makefile.inc @@ -27,6 +27,8 @@ ## SUCH DAMAGE. ## -TARGETS-$(CONFIG_TINYCURSES) += curses/keyboard.o -TARGETS-$(CONFIG_TINYCURSES) += curses/tinycurses.o -TARGETS-$(CONFIG_TINYCURSES) += curses/colors.o +subdirs-y := libform libpanel libmenu + +libcurses-$(CONFIG_TINYCURSES) += keyboard.c +libcurses-$(CONFIG_TINYCURSES) += tinycurses.c +libcurses-$(CONFIG_TINYCURSES) += colors.c -- cgit v1.2.3