Skip to content

Commit

Permalink
pylibfdt: clean up python build directory
Browse files Browse the repository at this point in the history
In commit "pylibfdt/Makefile.pylibfdt: fix Python library being rebuild
during install" the build directory moved to the top level of the repo.

Signed-off-by: Brandon Maier <[email protected]>
  • Loading branch information
blmaier committed Jun 30, 2024
1 parent ff4f17e commit 096d04c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pylibfdt/Makefile.pylibfdt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ PYLIBFDT_srcs = $(PYLIBFDT_dir)/libfdt.i
PYMODULE = $(PYLIBFDT_dir)/_libfdt.so
PYLIBFDT_CLEANFILES_L = libfdt_wrap.c libfdt.py *.pyc *.so
PYLIBFDT_CLEANFILES = $(PYLIBFDT_CLEANFILES_L:%=$(PYLIBFDT_dir)/%)
PYLIBFDT_CLEANDIRS_L = build __pycache__
PYLIBFDT_CLEANDIRS = $(PYLIBFDT_CLEANDIRS_L:%=$(PYLIBFDT_dir)/%)
PYLIBFDT_CLEANDIRS_L = __pycache__
PYLIBFDT_CLEANDIRS = build $(PYLIBFDT_CLEANDIRS_L:%=$(PYLIBFDT_dir)/%)

SETUP = ./setup.py

Expand Down

0 comments on commit 096d04c

Please sign in to comment.