mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 05:53:30 +08:00
Send correct args to fbset
This commit is contained in:
parent
e41b76e91c
commit
1558739315
@ -20,10 +20,7 @@ $(FBSET_DIR)/.unpacked: $(DL_DIR)/$(FBSET_SOURCE)
|
||||
touch $@
|
||||
|
||||
$(FBSET_DIR)/$(FBSET_BINARY): $(FBSET_DIR)/.unpacked
|
||||
($(TARGET_CONFIGURE_OPTS) \
|
||||
$(TARGET_CONFIGURE_ARGS) \
|
||||
$(MAKE) -C $(FBSET_DIR) CC=$(TARGET_CC) \
|
||||
)
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(FBSET_DIR)
|
||||
touch -c $@
|
||||
|
||||
$(TARGET_DIR)/$(FBSET_TARGET_BINARY): $(FBSET_DIR)/$(FBSET_BINARY)
|
||||
|
Loading…
Reference in New Issue
Block a user