summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-05-05 13:15:10 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-05-05 13:15:10 +0200
commit9ea8663420e2b591ff7e43176fbfb2137aacf79c (patch)
tree5d33957f3eda84ff8d1469af7ca809690b415c51 /Makefile
parentbdfd22ceea4ba6dba113b1ac8514abb2839b94e4 (diff)
misc: move file to source root
Only have Makefile specific folders in the project root where the binaries are stored, the rest should be part of the repository root. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1ae1b15..7b8fd7d 100644
--- a/Makefile
+++ b/Makefile
@@ -238,11 +238,11 @@ astraceroute_distclean_custom:
$(Q)$(call RMDIR,$(ETCDIRE))
netsniff-ng_install_custom flowtop_install_custom:
- $(Q)$(foreach file,$(NCONF_FILES),$(call INST,configs/$(file),$(ETCDIRE));)
+ $(Q)$(foreach file,$(NCONF_FILES),$(call INST,$(file),$(ETCDIRE));)
trafgen_install_custom:
- $(Q)$(call INST,configs/stddef.h,$(ETCDIRE))
+ $(Q)$(call INST,stddef.h,$(ETCDIRE))
astraceroute_install_custom:
- $(Q)$(call INST,configs/geoip.conf,$(ETCDIRE))
+ $(Q)$(call INST,geoip.conf,$(ETCDIRE))
$(TOOLS): WFLAGS += $(WFLAGS_EXTRA)
$(TOOLS):
7-02-06 11:21:34 +0200'>2017-02-06net/mlx5: Fix static checker warningsOr Gerlitz1-1/+2 2017-02-05net: remove __napi_complete()Eric Dumazet1-1/+0 2017-02-03net: remove support for per driver ndo_busy_poll()Eric Dumazet2-5/+0 2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-14/+27 2017-02-03lib: Introduce priority array area managerJiri Pirko1-0/+76 2017-02-03list: introduce list_for_each_entry_from_reverse helperJiri Pirko1-0/+13 2017-02-03trace: rename trace_print_hex_seq arg and add kdocDaniel Borkmann1-1/+1 2017-02-03bridge: uapi: add per vlan tunnel infoRoopa Prabhu1-0/+1 2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet1-0/+9 2017-02-02net: phy: marvell: Add support for 88e1545 PHYAndrew Lunn1-0/+1 2017-02-02net: phy: Marvell: Add mv88e6390 internal PHYAndrew Lunn1-0/+6 2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-21/+24 2017-02-02netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal1-12/+9 2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal1-3/+10