- Update abuild.sh so it will rebuild successfull builds
[coreboot.git] / src / superio / NSC / pc87360 / superio.c
index af7d72bf57c1ac6a31a8ea777939f2875f732a89..fc57a95d8e251c23955d6a10204cc422416d036a 100644 (file)
@@ -71,5 +71,6 @@ static void enable_dev(struct device *dev)
 }
 
 struct chip_operations superio_NSC_pc87360_ops = {
+       CHIP_NAME("NSC 87360")
        .enable_dev = enable_dev,
 };