From 59d8576e4ff7e6467fab3ea894baa72c8400e22a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 5 Nov 2022 14:44:15 +0700 Subject: sim: build: add uninstall support This never worked before, but adding it to the common top-level dir is pretty easy to do now that we're unified. --- sim/common/Make-common.in | 1 + 1 file changed, 1 insertion(+) (limited to 'sim/common') diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in index c424fe7..2cdf357 100644 --- a/sim/common/Make-common.in +++ b/sim/common/Make-common.in @@ -307,6 +307,7 @@ stamp-modules: Makefile $(SIM_OBJS:.o=.c) install: installdirs: +uninstall: check: -- cgit v1.1