@echo "If wget failed, please download and compile manually from"
@echo "http://acpica.org/downloads/"
@echo
- wget $(IASL_URL)
- tar xzf $(IASL_VER).tar.gz
- make -C $(IASL_VER)/compiler
- $(INSTALL_PROG) $(IASL_VER)/compiler/iasl /$(BINDIR)/iasl
+ @exit 1
+# wget $(IASL_URL)
+# tar xzf $(IASL_VER).tar.gz
+# make -C $(IASL_VER)/compiler
+# $(INSTALL_PROG) $(IASL_VER)/compiler/iasl /$(BINDIR)/iasl
%.o: %.c
$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
$(AR) rc $@ $(OBJS)
clean:
- rm -rf *.a *.o dsdt.c ssdt_pm.h ssdt_hp_6930p_elitebook.h ssdt_tpm.h $(IASL_VER) $(IASL_VER).tar.gz
+ rm -rf *.a *.o $(IASL_VER) $(IASL_VER).tar.gz
+# rm -rf dsdt.c ssdt_pm.h ssdt_hp_6930p_elitebook.h ssdt_tpm.h
install: all