Skip to content

Commit

Permalink
fix(driverkit/makefile): pass right archs to generate targets
Browse files Browse the repository at this point in the history
Signed-off-by: Massimiliano Giovagnoli <me@maxgio.it>
  • Loading branch information
maxgio92 authored and FedeDP committed Jun 21, 2022
1 parent ecd8c92 commit 00ebdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driverkit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ validate_new: $(patsubst config_%,validate/%,$(subst /,_,$(wildcard config/${TAR

all: $(patsubst config_%,%,$(subst /,_,$(CONFIGS)))

specific_target: specific_target_new
specific_target: specific_target_old specific_target_new
# old fmt had x86_64 only in root folder. Note: this breaks filtering for TARGET_ARCH
# because specific_target_old will always build any old config.
# Not a big deal because we were not going to filter for TARGET_ARCH in any case.
Expand Down

0 comments on commit 00ebdaf

Please sign in to comment.