mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] at91bootstrap: Use generic compile rule
@ 2018-05-21 14:35 Ladislav Michl
  2018-05-21 14:36 ` [ptxdist] [PATCH 2/2] at91bootstrap: Remove notes section Ladislav Michl
  0 siblings, 1 reply; 2+ messages in thread
From: Ladislav Michl @ 2018-05-21 14:35 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
 rules/at91bootstrap.make | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/rules/at91bootstrap.make b/rules/at91bootstrap.make
index bdf7942e9..cc24a2a0f 100644
--- a/rules/at91bootstrap.make
+++ b/rules/at91bootstrap.make
@@ -39,22 +39,17 @@ AT91BOOTSTRAP_WRAPPER_BLACKLIST := \
 	TARGET_DEBUG \
 	TARGET_BUILD_ID
 
-AT91BOOTSTRAP_ENV 	:= \
-    CROSS_COMPILE=$(COMPILER_PREFIX) \
-    pkg_wrapper_blacklist="$(AT91BOOTSTRAP_WRAPPER_BLACKLIST)"
-
-AT91BOOTSTRAP_BOOTMEDIA-$(PTXCONF_AT91BOOTSTRAP_BOOT_DATAFLASH) += dataflash
+AT91BOOTSTRAP_BOOTMEDIA-$(PTXCONF_AT91BOOTSTRAP_BOOT_DATAFLASH)	+= dataflash
 AT91BOOTSTRAP_BOOTMEDIA-$(PTXCONF_AT91BOOTSTRAP_BOOT_NAND)	+= nandflash
 
 AT91BOOTSTRAP_BOARDDIR  := \
 	$(AT91BOOTSTRAP_DIR)/board/${PTXCONF_AT91BOOTSTRAP_CONFIG}/$(AT91BOOTSTRAP_BOOTMEDIA-y)
 
-$(STATEDIR)/at91bootstrap.compile:
-	@$(call targetinfo)
-	@cd $(AT91BOOTSTRAP_BOARDDIR) && \
-		$(AT91BOOTSTRAP_PATH) $(AT91BOOTSTRAP_ENV) \
-		$(MAKE) $(PARALLELMFLAGS_BROKEN)
-	@$(call touch)
+AT91BOOTSTRAP_MAKE_ENV	:= $(CROSS_ENV)
+AT91BOOTSTRAP_MAKE_PAR	:= NO
+AT91BOOTSTRAP_MAKE_OPT	:= \
+	CROSS_COMPILE=$(COMPILER_PREFIX) \
+	-C $(AT91BOOTSTRAP_BOARDDIR)
 
 # ----------------------------------------------------------------------------
 # Install
-- 
2.17.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-21 14:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-21 14:35 [ptxdist] [PATCH 1/2] at91bootstrap: Use generic compile rule Ladislav Michl
2018-05-21 14:36 ` [ptxdist] [PATCH 2/2] at91bootstrap: Remove notes section Ladislav Michl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox