Newer
Older
barebox / pbl / Makefile
@Sascha Hauer Sascha Hauer on 5 Jan 2015 119 bytes Add PBL console support
#
# only unsed by the pbl
#
pbl-y += misc.o
pbl-y += string.o
pbl-y += decomp.o
pbl-$(CONFIG_PBL_CONSOLE) += console.o