From b942e603e96cbe9ddcaca9ee36c192910d526cfd Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 16 Feb 2010 15:31:40 -0800 Subject: Restored microblaze build (accidentally removed makefile ams and gitignores when doing cmake for host) --- firmware/microblaze/include/net/.gitignore | 2 ++ firmware/microblaze/include/net/Makefile.am | 23 +++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 firmware/microblaze/include/net/.gitignore create mode 100644 firmware/microblaze/include/net/Makefile.am (limited to 'firmware/microblaze/include/net') diff --git a/firmware/microblaze/include/net/.gitignore b/firmware/microblaze/include/net/.gitignore new file mode 100644 index 000000000..282522db0 --- /dev/null +++ b/firmware/microblaze/include/net/.gitignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/firmware/microblaze/include/net/Makefile.am b/firmware/microblaze/include/net/Makefile.am new file mode 100644 index 000000000..32b0bf9dc --- /dev/null +++ b/firmware/microblaze/include/net/Makefile.am @@ -0,0 +1,23 @@ +# +# Copyright 2010 Ettus Research LLC +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + +include $(top_srcdir)/Makefile.common + +noinst_HEADERS = \ + eth_mac_addr.h \ + padded_eth_hdr.h \ + socket_address.h -- cgit v1.2.3