mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00: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:
|
libsysfs-clean:
|
||||||
-$(MAKE) -C $(LIBSYSFS_DIR) clean
|
-$(MAKE) -C $(LIBSYSFS_DIR) clean
|
||||||
|
|
||||||
|
libsysfs-dirclean:
|
||||||
|
rm -rf $(LIBSYSFS_DIR)
|
||||||
|
|
||||||
#############################################################
|
#############################################################
|
||||||
#
|
#
|
||||||
# Toplevel Makefile options
|
# Toplevel Makefile options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user