diff options
Diffstat (limited to 'drivers/net/ibm_emac/Makefile')
-rw-r--r-- | drivers/net/ibm_emac/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/net/ibm_emac/Makefile b/drivers/net/ibm_emac/Makefile new file mode 100644 index 000000000000..7f583a333c24 --- /dev/null +++ b/drivers/net/ibm_emac/Makefile | |||
@@ -0,0 +1,12 @@ | |||
1 | # | ||
2 | # Makefile for the IBM PPC4xx EMAC controllers | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_IBM_EMAC) += ibm_emac.o | ||
6 | |||
7 | ibm_emac-objs := ibm_emac_mal.o ibm_emac_core.o ibm_emac_phy.o | ||
8 | |||
9 | # Only need this if you want to see additional debug messages | ||
10 | ifeq ($(CONFIG_IBM_EMAC_ERRMSG), y) | ||
11 | ibm_emac-objs += ibm_emac_debug.o | ||
12 | endif | ||