Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
MeIsReallyBa authored Dec 21, 2023
1 parent 4179a3d commit 9426c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/user/utils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ utils_dir_y += switch

ifdef CONFIG_RA_HW_NAT
utils_dir_y += hw_nat
utils_dir_y += qdma
endif
utils_dir_y += qdma

all romfs:
for i in $(utils_dir_y) ; do make -C $$i $@ || exit $?; done
Expand Down

0 comments on commit 9426c9e

Please sign in to comment.