commit | 9725534978d20e27634c828b728517bf5c58722a | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Tue Aug 23 19:06:51 2022 +0200 |
committer | Marek Vasut <marex@denx.de> | Mon Oct 10 18:08:18 2022 +0200 |
tree | 59796afd1b83f4a15a8dddc4b520e19730fdbbc7 | |
parent | bd2a346bef92f51fc4556e1aa7b7d1cd7554266c [diff] |
usb: gadget: Clean up Makefile ifdeffery Take the USB_ETHER ifdef block apart and make use of obj-$(VAR) instead to include the source files in build. The duplicate CI_UDC entry is now removed, the USB_DEVICE ifdef is now reduced to core.o ep.o addition, the ether.o can be conditionally compiled in using USB_ETHER. No functional change. Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>