9
0
Fork 0
barebox/pbl/Makefile

8 lines
119 B
Makefile

#
# only unsed by the pbl
#
pbl-y += misc.o
pbl-y += string.o
pbl-y += decomp.o
pbl-$(CONFIG_PBL_CONSOLE) += console.o