diff options
| author | Marek Vasut <[email protected]> | 2012-02-13 18:58:17 +0000 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2012-03-03 16:55:24 +0100 |
| commit | 23faf2bc9e80e3ee2c06a3a61bb8a02e43a97097 (patch) | |
| tree | 853fe944acf4f20055ad86d41f6001a3652c8914 /common/Makefile | |
| parent | c08b1b264d9979f4de9838b9082c6e7e7d86fb72 (diff) | |
USB: Separate out USB hub driver
Signed-off-by: Marek Vasut <[email protected]>
Cc: Remy Bohmer <[email protected]>
Acked-by: Mike Frysinger <[email protected]>
Diffstat (limited to 'common/Makefile')
| -rw-r--r-- | common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile index 2d9ae8c5c92..2a31c6285b5 100644 --- a/common/Makefile +++ b/common/Makefile @@ -157,7 +157,7 @@ COBJS-$(CONFIG_CMD_UNIVERSE) += cmd_universe.o COBJS-$(CONFIG_CMD_UNZIP) += cmd_unzip.o ifdef CONFIG_CMD_USB COBJS-y += cmd_usb.o -COBJS-y += usb.o +COBJS-y += usb.o usb_hub.o COBJS-$(CONFIG_USB_STORAGE) += usb_storage.o endif COBJS-$(CONFIG_CMD_XIMG) += cmd_ximg.o |
