forked from lede-project/source
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use immediate set in target Makefiles
No functional change, it's just to have the same style everywhere. This way I don't need to use any regex magic to extract all subtargets for compile tests. Signed-off-by: Mathias Kresin <[email protected]>
- Loading branch information
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ ARCH:=mipsel | |
BOARD:=au1000 | ||
BOARDNAME:=RMI/AMD AU1x00 | ||
FEATURES:=squashfs usb pci | ||
SUBTARGETS=au1500 au1550 | ||
SUBTARGETS:=au1500 au1550 | ||
MAINTAINER:=Florian Fainelli <[email protected]> | ||
|
||
KERNEL_PATCHVER:=3.18 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ BOARD:=ixp4xx | |
BOARDNAME:=Intel IXP4xx | ||
FEATURES:=squashfs | ||
MAINTAINER:=Imre Kaloz <[email protected]> | ||
SUBTARGETS=generic harddisk | ||
SUBTARGETS:=generic harddisk | ||
|
||
KERNEL_PATCHVER:=4.4 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk | |
BOARD:=lantiq | ||
BOARDNAME:=Lantiq | ||
FEATURES:=squashfs | ||
SUBTARGETS=xrx200 xway xway_legacy | ||
SUBTARGETS:=xrx200 xway xway_legacy | ||
MAINTAINER:=John Crispin <[email protected]> | ||
|
||
KERNEL_PATCHVER:=4.4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ BOARDNAME:=Freescale MPC85xx | |
CPU_TYPE:=8540 | ||
FEATURES:=squashfs | ||
MAINTAINER:=Imre Kaloz <[email protected]> | ||
SUBTARGETS=generic p1020 | ||
SUBTARGETS:=generic p1020 | ||
|
||
KERNEL_PATCHVER:=4.4 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ ARCH:=i386 | |
BOARD:=x86 | ||
BOARDNAME:=x86 | ||
FEATURES:=squashfs ext4 vdi vmdk pcmcia targz fpu | ||
SUBTARGETS=generic legacy xen_domu geode 64 | ||
SUBTARGETS:=generic legacy xen_domu geode 64 | ||
MAINTAINER:=Felix Fietkau <[email protected]> | ||
|
||
KERNEL_PATCHVER:=4.4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters