diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-03-04 06:05:42 +0100 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-03-04 06:05:42 +0100 |
commit | 2e22ea7cea0f7de86fd30df867fbf5b7e8eee0fd (patch) | |
tree | 8b8e5583fb2787ff7107a6f59b114ddcd2c2f691 /drivers/net/atl1c/Makefile | |
parent | Merge branch 'x86/core' into x86/mce2 (diff) | |
parent | Merge branch 'x86/pat' into x86/core (diff) | |
download | linux-2e22ea7cea0f7de86fd30df867fbf5b7e8eee0fd.tar.xz linux-2e22ea7cea0f7de86fd30df867fbf5b7e8eee0fd.zip |
Merge branch 'x86/core' into x86/mce2
Diffstat (limited to 'drivers/net/atl1c/Makefile')
-rw-r--r-- | drivers/net/atl1c/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/atl1c/Makefile b/drivers/net/atl1c/Makefile new file mode 100644 index 000000000000..c37d966952ee --- /dev/null +++ b/drivers/net/atl1c/Makefile @@ -0,0 +1,2 @@ +obj-$(CONFIG_ATL1C) += atl1c.o +atl1c-objs := atl1c_main.o atl1c_hw.o atl1c_ethtool.o |