diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-07-27 22:07:53 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-07-27 22:07:53 +0000 |
commit | 4fbe7358c7747a9165f776eb19addbb9baf7def2 (patch) | |
tree | bc7076b4f6d10c2cc2942539bb666e50f0b66954 /libdde_linux26/lib/src_ip/Makefile | |
parent | 21adb5284111190057db245cfc2b54091920c373 (diff) |
rename libdde_linux26 into libdde-linux26 to make dpkg-source happy
Diffstat (limited to 'libdde_linux26/lib/src_ip/Makefile')
-rw-r--r-- | libdde_linux26/lib/src_ip/Makefile | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/libdde_linux26/lib/src_ip/Makefile b/libdde_linux26/lib/src_ip/Makefile deleted file mode 100644 index 9665ff9b..00000000 --- a/libdde_linux26/lib/src_ip/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -PKGDIR ?= ../../.. -L4DIR ?= $(PKGDIR)/../.. -CONTRIB ?= $(PKGDIR)/linux26/contrib - --include $(PKGDIR_OBJ)/Makeconf - -ifeq ($(CONFIG_DDE26_NET),y) -TARGET += libdde_linux26_net_ip.a -endif - -SYSTEMS = x86-l4v2 - -ifeq ($(ARCH), x86) -ARCH_DIR = arch/i386 -endif - -# contrib sources are in $(CONTRIB) -vpath %.c $(CONTRIB) $(PKGDIR)/linux26/lib/src -vpath %.S $(CONTRIB) $(PKGDIR)/linux26/lib/src - -PRIVATE_INCDIR += $(CONTRIB)/drivers/pci $(PKGDIR)/linux26/lib/src/arch/l4 \ - $(CONTRIB)/$(ARCH_DIR)/pci $(CONTRIB)/drivers/base/ \ - $(CONTRIB)/lib $(PKGDIR_OBJ) $(CONTRIB)/net/core - -ifeq ($(ARCH), x86) -SRC_S_libdde_linux26_net_ip.a += $(ARCH_DIR)/lib/checksum.S -endif - -SRC_C_libdde_linux26_net_ip.a += \ - arch/l4/net.c \ - drivers/net/mii.c \ - net/core/skbuff.c \ - net/core/utils.c \ - net/core/dev.c \ - net/core/ethtool.c \ - net/core/link_watch.c \ - net/core/dev_mcast.c \ - net/core/neighbour.c \ - net/core/netevent.c \ - net/ethernet/eth.c \ - net/sched/sch_generic.c \ - arch/l4/inodes.c \ - mm/memory.c \ - net/core/filter.c \ - net/core/rtnetlink.c \ - net/core/sock.c \ - net/netlink/af_netlink.c \ - net/netlink/attr.c - -include $(PKGDIR)/linux26/Makeconf - -include $(L4DIR)/mk/lib.mk |