mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 06:53:32 +08:00
- add dirclean target to libsysfs
This commit is contained in:
parent
ea26d735ae
commit
a3a46b5545
@ -63,6 +63,10 @@ libsysfs: uclibc $(TARGET_DIR)/usr/lib/libsysfs.so
|
||||
|
||||
libsysfs-clean:
|
||||
-$(MAKE) -C $(LIBSYSFS_DIR) clean
|
||||
|
||||
libsysfs-dirclean:
|
||||
rm -rf $(LIBSYSFS_DIR)
|
||||
|
||||
#############################################################
|
||||
#
|
||||
# Toplevel Makefile options
|
||||
|
Loading…
Reference in New Issue
Block a user