X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile;h=462556d60fda19990c3c8ec3a023150f24eb680d;hb=a098cf41fdb2a6607c675f7fe4f3164617c9367e;hp=9d434993cc49caf42bb03f3285b999327fd64601;hpb=095728803eedfce850a2f85828f79500cb09979e;p=u-boot diff --git a/Makefile b/Makefile index 9d434993cc..462556d60f 100644 --- a/Makefile +++ b/Makefile @@ -316,6 +316,7 @@ LIBS-y += arch/powerpc/cpu/mpc8xxx/lib8xxx.o endif LIBS-y += drivers/rtc/librtc.o LIBS-y += drivers/serial/libserial.o +LIBS-y += drivers/sound/libsound.o LIBS-$(CONFIG_GENERIC_LPC_TPM) += drivers/tpm/libtpm.o LIBS-y += drivers/twserial/libtws.o LIBS-y += drivers/usb/eth/libusb_eth.o @@ -869,6 +870,7 @@ clobber: tidy @rm -f $(obj)spl/{u-boot-spl,u-boot-spl.bin,u-boot-spl.map} @rm -f $(obj)spl/{u-boot-spl.lds,u-boot.lst} @rm -f $(obj)MLO + @rm -f $(obj)SPL @rm -f $(obj)tools/xway-swap-bytes @rm -f $(obj)arch/powerpc/cpu/mpc824x/bedbug_603e.c @rm -f $(obj)arch/powerpc/cpu/mpc83xx/ddr-gen?.c