]> xenbits.xensource.com Git - xen.git/commitdiff
tools/Rules.mk: Remove $(CFLAGS.opic) from %.opic: %.S
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 6 Dec 2021 17:01:46 +0000 (17:01 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 9 Dec 2021 16:26:29 +0000 (16:26 +0000)
$(CFLAGS.opic) isn't set anywere, never was, just remove it.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
tools/Rules.mk

index b022da3336c4c819c6f864f099a5e6e973655c2a..4e9b4ee17f111b086e12db925cdf10cd7cba3535 100644 (file)
@@ -155,7 +155,7 @@ INSTALL_PYTHON_PROG = \
 %.o: %.S
        $(CC) $(CFLAGS) $(CFLAGS_$*.o) -c $< -o $@ $(APPEND_CFLAGS)
 %.opic: %.S
-       $(CC) $(CPPFLAGS) -DPIC $(CFLAGS) $(CFLAGS.opic) -fPIC -c -o $@ $< $(APPEND_CFLAGS)
+       $(CC) $(CPPFLAGS) -DPIC $(CFLAGS) -fPIC -c -o $@ $< $(APPEND_CFLAGS)
 
 subdirs-all subdirs-clean subdirs-install subdirs-distclean subdirs-uninstall: .phony
        @set -e; for subdir in $(SUBDIRS) $(SUBDIRS-y); do \