# # Copyright (C) 2006,2007 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # ifeq ($(DUMP),) define BuildTarget/debug DEBUG_STAMP_$(1) := $(DEBUG_DIR)/stamp/$(1) ifdef Package/$(1)/install ifneq ($(CONFIG_PACKAGE_$(1))$(SDK)$(DEVELOPER),) compile: $$(DEBUG_STAMP_$(1)) endif endif $$(DEBUG_STAMP_$(1)): $(PKG_BUILD_DIR)/.built mkdir -p $(DEBUG_DIR)/stamp $(call Package/$(1)/install,$(DEBUG_DIR)) touch $$(DEBUG_STAMP_$(1)) endef endif .org/openwrt/upstream' title='openwrt/upstream Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/layerscape/patches-5.4/701-net-0298-staging-fsl_ppfe-eth-HW-parse-results-for-DPDK.patch
blob: f8ec3495a221d5c67d8c0f774b1cfe8c42c50750 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47