diff options
| author | Masahiro Yamada <[email protected]> | 2013-11-11 14:36:09 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2013-11-17 14:11:34 -0500 |
| commit | 57c3e5fcf2cbc791d9507c8b8c09df1ef21c043a (patch) | |
| tree | b2a80a01edbdbb0b5c8664d8c8840a538f44ceff /Makefile | |
| parent | a52f90f074a84880f8cb13e060e9ca5f3c7d9c2f (diff) | |
Makefile: move fs/fat/ entry to drivers/Makefile
Signed-off-by: Masahiro Yamada <[email protected]>
Cc: Simon Glass <[email protected]>
Acked-by: Simon Glass <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -243,8 +243,7 @@ endif LIBS-$(CONFIG_IXP4XX_NPE) += drivers/net/npe/ LIBS-$(CONFIG_OF_EMBED) += dts/ LIBS-y += arch/$(ARCH)/lib/ -LIBS-y += fs/ \ - fs/fat/ +LIBS-y += fs/ LIBS-y += net/ LIBS-y += disk/ LIBS-y += drivers/ |
