Use coreboot build system for libpayload, too.
[coreboot.git] / payloads / libpayload / curses / Makefile.inc
index 7d5597ceeb8e766e64b99514833cc488b2a7c72b..44e3ab7eb72e23eaab9afe2ac8628d1ab92d1287 100644 (file)
@@ -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