mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 10:46:28 +08:00
graphics/nxglib: Remove clean target from Makefile.*
since the same thing is already done by graphics/Makefile Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Change-Id: Ib4d16e52e954936b4ea2a3d5ee410ab73ee45561
This commit is contained in:
@@ -146,9 +146,6 @@ clean_context:
|
||||
context: gensources
|
||||
|
||||
clean:
|
||||
$(Q) $(MAKE) -C nxglib -f Makefile.devblit clean TOPDIR=$(TOPDIR) EXTRAFLAGS="$(EXTRAFLAGS)"
|
||||
$(Q) $(MAKE) -C nxglib -f Makefile.pwfb clean TOPDIR=$(TOPDIR) EXTRAFLAGS="$(EXTRAFLAGS)"
|
||||
$(Q) $(MAKE) -C nxglib -f Makefile.cursor clean TOPDIR=$(TOPDIR) EXTRAFLAGS="$(EXTRAFLAGS)"
|
||||
$(call DELFILE, $(BIN))
|
||||
$(call CLEAN)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user