mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 03:30:22 +01:00
The file contains rules that are executed on incremental builds. This way one can avoid doing a full clean and ensure that the new object (library) is correctly build. Let's also cleanup the headers. Inspired by the work of Chih-Wei Huang, from the Android-x86 project. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
3 lines
222 B
Makefile
3 lines
222 B
Makefile
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/include/libdrm)
|
|
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/include/freedreno)
|
|
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libdrm_*intermediates)
|