commit | 8ff47f7fa7e8e0493ed615151923f783a9d2cf88 | [log] [tgz] |
---|---|---|
author | Angelo Durgehello <angelo.dureghello@timesys.com> | Fri Nov 15 23:54:16 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 10 10:25:13 2020 -0500 |
tree | e036131d4e2e6056dcf0398ca51542216e91d954 | |
parent | 68d46adabf1aa51471e125f0a5f1867f96d979bd [diff] [blame] |
m68k: add dm fec support Add architecture-related code for dm fec support. Signed-off-by: Angelo Durgehello <angelo.dureghello@timesys.com>
diff --git a/arch/m68k/lib/Makefile b/arch/m68k/lib/Makefile index 254a0a3..a040f40 100644 --- a/arch/m68k/lib/Makefile +++ b/arch/m68k/lib/Makefile
@@ -12,3 +12,4 @@ obj-y += interrupts.o obj-y += time.o obj-y += traps.o +obj-y += fec.o