summaryrefslogtreecommitdiff
path: root/package/u-boot-h8300/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-09 01:09:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-09 01:09:20 +0200
commit7626af0b8aeb6ec098c772b5400141b12b36e91a (patch)
tree40cda1e3d4833c566a6d7fda7a559d357ad242f4 /package/u-boot-h8300/Makefile
parent496ad14c2b8e2deab8c561d191c7d4563d2aeec0 (diff)
drop support for non-Linux hosts
Diffstat (limited to 'package/u-boot-h8300/Makefile')
-rw-r--r--package/u-boot-h8300/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/u-boot-h8300/Makefile b/package/u-boot-h8300/Makefile
index cf39d0ae9..e818a688e 100644
--- a/package/u-boot-h8300/Makefile
+++ b/package/u-boot-h8300/Makefile
@@ -50,12 +50,10 @@ do-build:
PATH='$(HOST_PATH)' \
CROSS_COMPILE='$(TARGET_CROSS)' \
$(MAKE))
-ifneq ($(OS_FOR_BUILD),Darwin)
(cd $(WRKBUILD) && env \
PATH='$(HOST_PATH)' \
CROSS_COMPILE='$(TARGET_CROSS)' \
$(MAKE) env)
-endif
u-boot-h8300-install:
$(CP) $(WRKBUILD)/$(UBOOT) $(FW_DIR)