build: Make limine-hdd.h target not check toolchain

This commit is contained in:
mintsuki 2022-01-28 12:16:03 +01:00
parent fdd93826f5
commit e412997a41
1 changed files with 2 additions and 0 deletions

View File

@ -135,6 +135,7 @@ ifneq ($(MAKECMDGOALS), maintainer-clean)
ifneq ($(MAKECMDGOALS), uninstall)
ifneq ($(MAKECMDGOALS), dist)
ifneq ($(MAKECMDGOALS), limine-install)
ifneq ($(MAKECMDGOALS), limine-hdd.h)
ifneq ($(MAKECMDGOALS), limine-eltorito-efi)
ifneq ($(MAKECMDGOALS), install)
ifneq ($(MAKECMDGOALS), install-data)
@ -186,6 +187,7 @@ endif
endif
endif
endif
endif
ifeq ($(USING_CLANG), 1)
override LIMINE_CC := $(ORIG_LIMINE_CC)